home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Example Scripts
/
Example Scripts (as text)
/
Finder Scripts
/
Duplicate & Open
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-12-02
|
78 b
|
6 lines
|
[
TEXT/ToyS
]
on open x
tell application "Finder"
duplicate x
Open x
end tell
end open